home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / LIBRARY / DSUTIL12 / OS-BOOT / OS-BOOT.DOC next >
Text File  |  1993-10-20  |  2KB  |  77 lines

  1. * File Name:        OS-BOOT.DOC
  2. * Date:            20 October 1993
  3. * Version:        1
  4. * Updates count:    1
  5. * Purpose:           Documentation for OS-BOOT.PAS
  6. * Author:        Dmitry Stefankov
  7. * Format:        Simplified form of ISO/DIS 6592 standard
  8.  
  9.  
  10.  
  11. ------------------- Part 1 (Identification) ------------------------------
  12.  
  13. Program Name:            OS-BOOT.PAS
  14. Version:            1
  15. Release:            30
  16. Date:                18 October 1993
  17. History:            Written for internal use of author
  18.                 and his friend V.V.Begtin
  19.                 (We use UNIX and MSDOS simultaneously
  20.                  on same machine)
  21.  
  22.  
  23. ------------------- Part 2 (General) -------------------------------------
  24.  
  25. Responsibility:            no specified
  26. Supply order:            no specified
  27. Purpose:            disk control
  28. Area of usage:            utility program for OS
  29. Common knowledges:        no specified
  30. Problem description:        multiple operating systems boot
  31. Additional knowledges:        no specified
  32. Agreements and terminology:    standard IBM PC terminology
  33. Algorithms and principles:    described in source code
  34. Function:            single
  35. Characteristics:        application (utility),
  36.                 special class (disk-control)
  37. Restrictions:            (1) Intel computer architecture only 
  38.                 (2) see hardware/software requirements
  39. Errors processing:        described in source code
  40. Data safety/protection:        described in source code
  41. Data for application:        input:  none
  42.                 output:    none
  43. Programming language:        Turbo Pascal (Version 6.0+)
  44. Instructions to compile:    TPC  os-boot.pas , where
  45.                 TPC is a Turbo Pascal command-line compiler
  46. Requirements for software:    operating system:  PC/MS-DOS (Version 3.0+)
  47.                 other:         no specified
  48. Requirements for hardware:    computer:  IBM PC, IBM PS/2 or compatible 
  49.                 memory:    minimum 128 Kbytes
  50.                 other:     no specified
  51. Example to run:            os-boot.exe
  52. Miscellaneous:            none specified
  53.  
  54.  
  55. ------------------- Part 3 (Technical) -----------------------------------
  56.  
  57. Terminolgy and agreements:    no specified
  58. Program structure:        single module
  59. Program listing:        source code available
  60. Data techical description:    no specified
  61. Control commands:        no specified
  62. Work methods:            batch mode
  63. Messages:            described in source code
  64. Setup:                no required
  65. Adaptation:            no specified
  66. Tests:                no specified
  67. Service:            no specified
  68.  
  69.  
  70. ------------------- Part 4 (Miscellaneous) -------------------------------
  71.  
  72. Guarantee:            read license agreement
  73. Changes to source code:        read license agreement
  74. Serial number:            no specified
  75. Price:                read license agreement
  76. Other:                nothing
  77.